Library packages:
This is a paragraph, with italics and bold fonts.
Strikethrough can be useful harmful.
Tiff’s personal website can be found at: http://tiffstephens.com.
Or use this link notation Tiff
2+2
## [1] 4
This code give result without insetting the code + extra information 1.4142136
Basic table here, make sure to use tabs and have an extra, empty line between text and table.
| x | y | z |
|---|---|---|
| 1 | 2 | 3 |
| 4 | 5 | 6 |
To make an interactive table in the knit file, set it up like this.
library(DT)
library(ggplot2)
data(mpg)
DT::datatable(mpg,caption="Milage")
To not include the table in the knit file, then change the echo and eval to FALSE